PPosition(ePosition cPosition);
kPositionNormalSpecifying text size and placement. The size of text that is positioned as superscript or subscript can be specified using parameters with the PTypeOptions command. The text position relative to the baseline can also be specified with PTypeOptions.
kPositionSuperscript
kPositionSuperscript
Example. The following example selects a text block that starts at the top of the first column. It then selects the first character and changes its position to superscript.
PSelect(1)
PTextEdit();
PTextSelect(char);
PPosition(kPositionSuperscript);
Adobe PageMaker 6.5 Help > Commands > Type > Type Specs
Comments or suggestions? Contact Adobe Developer Support